css grid media queries

31

@media (min-width: 700px) {
  .user-profile {
    display: flex;
    ...
  }
}

Comments

Submit
0 Comments